Parse Range Results
The parse range results enumeration provides the constants that are used as the return result of theGXParsePageRange
message, which is described on page 4-60.
enum { gxRangeNotParsed = (gxParsePageRangeResult) 0, gxRangeParsed = (gxParsePageRangeResult) 1, gxRangeBadFromValue = (gxParsePageRangeResult) 2, gxRangeBadToValue = (gxParsePageRangeResult) 3 }; typedef long gxParsePageRangeResult;Constant descriptions
gxRangeNotParsed
QuickDraw GX has not yet parsed a page range in the string.gxRangeParsed
- QuickDraw GX has successfully parsed a page range in the string.
gxRangeBadFromValue
QuickDraw GX has encountered an invalid value in the "from page" string during the parse.gxRangeBadToValue
QuickDraw GX has encountered an invalid value in the "to page" string during the parse.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help